home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / AMT / Sample AMT⁄PE Code / SOURCES / oSAMPMEDIA_7.k < prev    next >
Encoding:
Text File  |  1996-03-11  |  1.0 KB  |  63 lines  |  [TEXT/MPS ]

  1. object oSAMPMEDIA_7 is cDefaultContainer
  2. has
  3.     MenuData;
  4. with
  5.     MenuData is [
  6.         ["OPEN", ":Sample Media:Digital Stock:Digital Stock Read Me"],
  7.         ["OPEN", ":Sample Media:MacGallery® Sampler:Special Offer!.pdf"],
  8.         ["OPEN", ":Sample Media:MapArt™ Sample Maps:MapArt Read Me"],
  9.         void,
  10.         void,
  11.         void,
  12.         void,
  13.         void,
  14.         void,
  15.         void,
  16.         void,
  17.         void
  18.     ];
  19.     
  20.     Binder is oBinder;
  21.     Label is -1;
  22.     Items is [
  23.         oSAMPLES_PIC_7_1,
  24.         oARROWS_PIC_3_27,
  25.         oROW1_3_9,
  26.         oROW2_3_11,
  27.         oROW3_3_12,
  28.         oROW4_3_13,
  29.         oROW5_3_18,
  30.         oROW6_3_19,
  31.         oROW7_3_40,
  32.         oROW8_3_41,
  33.         oROW9_3_42,
  34.         oROW10_3_43,
  35.         oROW11_3_44,
  36.         oROW12_3_45,
  37.         oBTNMM_PIC_3_33,
  38.         oBTNPROD_3_46,
  39.         oBTNSUCC_3_35,
  40.         oBTNREF_3_36,
  41.         oBTNTUTR_3_37,
  42.         oBTNSAMPL_3_38,
  43.         oBTNQUIT_3_39,
  44.         oPOPUP_PIC_3_29,
  45.         oBTNABRT_PIC_3_31,
  46.         oBTNCONT_PIC_3_32
  47.     ];
  48. end;
  49.  
  50.  
  51. object oSAMPLES_PIC_7_1 is cPictureHandler
  52. with
  53.     Duration is -1;
  54.     Supplier is oSAMPLES_PIC_9_;
  55.     Behavior is cDefaultBehavior
  56.     has
  57.     with
  58.         Enabled is true; Shown is true; 
  59.         X is 0; Y is 0; Width is 640; Height is 480;
  60.     end;
  61. end;
  62.  
  63.